type runtime.hexdumper
8 uses
runtime (current package)
debuglog.go#L750: hd := hexdumper{addr: p}
hexdump.go#L33: h := hexdumper{addr: p, mark: symMark}
hexdump.go#L43: type hexdumper struct {
hexdump.go#L84: func (h *hexdumper) write(data []byte) {
hexdump.go#L111: func (h *hexdumper) close() {
hexdump.go#L117: func (h *hexdumper) init() {
hexdump.go#L160: func (h *hexdumper) flushLine(data []byte) {
hexdump.go#L245: func (h *hexdumper) fmtHex(buf []byte, v uint64) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |